From 27f2ee4d4c4fc4e4133e931988bfc5ae7415e7dd Mon Sep 17 00:00:00 2001 From: "mafetter@fleming.research" Date: Thu, 13 Jan 2005 12:47:26 +0000 Subject: [PATCH] bitkeeper revision 1.1159.220.1 (41e66ddeA0CJszasxjuqNRCCZpTReQ) Added "make TAGS" for libxc --- tools/libxc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 57ff5d4d67..d9304a0200 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -71,7 +71,7 @@ install: all install -m0644 xc.h $(prefix)/usr/include clean: - rm -rf *.a *.so *.o *.rpm $(LIB) *~ $(DEPS) xen + rm -rf *.a *.so *.o *.rpm $(LIB) *~ $(DEPS) xen TAGS rpm: all rm -rf staging @@ -89,4 +89,8 @@ libxc.so.$(MAJOR): libxc.so.$(MAJOR).$(MINOR): $(OBJS) $(CC) -Wl,-soname -Wl,$(SONAME) -shared -o $@ $^ -L../libxutil -lxutil -lz +.PHONY: TAGS clean install mk-symlinks rpm +TAGS: + etags -t $(SRCS) *.h + -include $(DEPS) -- 2.30.2